home *** CD-ROM | disk | FTP | other *** search
- Path: cc.gatech.edu!culbreth
- From: culbreth@cc.gatech.edu (Matthew W. Culbreth)
- Newsgroups: comp.lang.c++
- Subject: How do I change the middle of a file?
- Date: 28 Mar 1996 10:53:16 -0500
- Organization: College of Computing, Georgia Tech
- Message-ID: <4jeclc$4ob@felix.cc.gatech.edu>
- NNTP-Posting-Host: felix.cc.gatech.edu
- NNTP-Posting-User: culbreth
-
- Howdy,
-
- I've got a big text file that acts as a database. I need to be able
- to search through the file, find a particular line, and change it.
-
- I've tried opening the file in (ios::in|ios::app), but now the program
- won't getline().
-
- Any ideas?
-
- Thanks,
-
- Matt
-
- --
-
- -Matthew W. Culbreth (culbreth@cc.gatech.edu)
- -CS student
- -Georgia Tech, College of Computing
-